* timer.c: Fix mispellings of get_date function's name.
authorJim Blandy <jimb@redhat.com>
Sat, 15 May 1993 23:05:46 +0000 (23:05 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 15 May 1993 23:05:46 +0000 (23:05 +0000)
lib-src/timer.c

index 4111b2bfb82b07ecf6a47d229498e76f567a5110..2fa220e48a689e71aafcae5f2d2eb2bd3e66ab66 100644 (file)
@@ -47,13 +47,13 @@ struct event *events;               /* events[0 .. num_events-1] are the
 char *pname;      /* programme name for error messages */
 
 /* Accepts a string of two fields seperated by FS.
-   First field is string for getdate, saying when to wake-up.
+   First field is string for get_date, saying when to wake-up.
    Second field is a token to identify the request.  */
 void
 schedule (str)
      char *str;
 {
-  extern time_t getdate ();
+  extern time_t get_date ();
   extern char *strcpy ();
   time_t now;
   register char *p;